fontchooser: List font description as font description
authorBenjamin Otte <otte@redhat.com>
Fri, 16 Sep 2011 08:41:24 +0000 (10:41 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 19 Sep 2011 20:11:05 +0000 (22:11 +0200)
Otherwise there will be two properties listed as "Font" in property
selectors (in Glade or testfontchooser).

gtk/gtkfontchooser.c

index 3abfb697be558940548a7aedb19287e51c2ea7cd..e5d65c6a7af92908dcb9c9dd41088af8ec7b29d2 100644 (file)
@@ -77,7 +77,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
   g_object_interface_install_property
      (iface,
       g_param_spec_boxed ("font-desc",
-                          P_("Font"),
+                          P_("Font description"),
                           P_("Font description as a PangoFontDescription struct"),
                           PANGO_TYPE_FONT_DESCRIPTION,
                           GTK_PARAM_READWRITE));